home *** CD-ROM | disk | FTP | other *** search
/ Storm 2 / Storm II.iso / setup / stormii.vu / MENU.BAT < prev    next >
DOS Batch File  |  1992-03-28  |  359b  |  12 lines

  1. echo off
  2. cls
  3.   REM PULLDWN.BAT - Calls PULLDWN1.EXE to do the menu work.
  4.   REM Exits without action if PullDown reports an error in ERRORLEVEL%
  5. cd\STORM2
  6. pulldwn1.exe %1 %2
  7. IF ERRORLEVEL=1 GOTO :END
  8.   REM PullDown generates an errorlevel code on exit and prints the
  9.   REM error message appropriate for the condition encountered.
  10. temppull.bat
  11. :END
  12.